hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
Scalable
hip
graphics
abstraction
transformable
Undocumented in source.
mixin template
Scalable () {
float
scaleX
;
float
scaleY
;
void
setScale
(float scaleX, float scaleY);
}
Members
Functions
setScale
void
setScale
(float scaleX, float scaleY)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
scaleX
float
scaleX
;
scaleY
float
scaleY
;
Undocumented in source.
Meta
Source
See Implementation
hip
graphics
abstraction
transformable
manifest constants
DEGREE_RATIO
mixin templates
Positionable
Rotationable
Scalable